Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compile warnings and credo #325

Merged
merged 5 commits into from
Nov 29, 2018
Merged

Fix compile warnings and credo #325

merged 5 commits into from
Nov 29, 2018

Conversation

joshuawscott
Copy link
Member

Some cleanup in prep for releasing 0.9.0

@joshuawscott
Copy link
Member Author

@bjhaid I ran credo locally and fixed about a dozen issues, but ebert didn't show anything fixed. I'm wondering if something is broken there.

@@ -138,7 +140,7 @@ defmodule KafkaEx.Protocol.CreateTopics do
end

@spec parse_response(binary, integer) :: [] | Response.t
def parse_response(message, api_version)
#def parse_response(message, api_version)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this commented out?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant to actually remove that since it wasn't needed. Removing

@bjhaid
Copy link
Member

bjhaid commented Nov 29, 2018

but ebert didn't show anything fixed. I'm wondering if something is broken there.

I think ebert may be having issues:

image

you should be able to login to ebert since you are an admin on this project.

Copy link
Member

@bjhaid bjhaid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@joshuawscott
Copy link
Member Author

Yeah, I saw that ebert error, but I have no idea what to do about it.

@joshuawscott joshuawscott merged commit f194d29 into master Nov 29, 2018
@joshuawscott joshuawscott deleted the fix_compile_warnings branch December 7, 2018 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants